home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 8 / Revista CD Expert nº 08 CD1.iso / Utilitarios / Programacao / MS-DOS Interrupt List / inter60g / INT2IPF.ZIP / int2ipf.ibm < prev    next >
Text File  |  1997-04-06  |  431b  |  25 lines

  1. # IBM Developer's Workframe/2 Make File
  2.  
  3. .SUFFIXES:
  4.  
  5. .SUFFIXES: .c .cpp .cxx
  6.  
  7. int2ipf.exe:  \
  8.   int2ipf.obj \
  9.   int2ipf.def \
  10.   int2ipf.ibm
  11.    ICC.EXE @<<
  12.  /Q /B" /nologo /bat"
  13.  /Fe"int2ipf.exe" int2ipf.def
  14. int2ipf.obj
  15. <<
  16.  
  17. {.}.c.obj:
  18.    ICC.EXE /Tx+ /Tm- /Gd- /Q /O /C /G3  .\$*.c
  19.  
  20. {.}.cpp.obj:
  21.    ICC.EXE /Tx+ /Tm- /Gd- /Q /O /C /G3  .\$*.cpp
  22.  
  23. {.}.cxx.obj:
  24.    ICC.EXE /Tx+ /Tm- /Gd- /Q /O /C /G3  .\$*.cxx
  25.